type github.com/jackc/pgx/v5/pgconn.pipelineRequestEvent

7 uses

	github.com/jackc/pgx/v5/pgconn (current package)
		pgconn.go#L2289: type pipelineRequestEvent struct {
		pgconn.go#L2313: 		val := elem.Value.(pipelineRequestEvent)
		pgconn.go#L2324: 		val := elem.Value.(pipelineRequestEvent)
		pgconn.go#L2339: 		s.requestEventQueue.PushBack(pipelineRequestEvent{RequestType: req})
		pgconn.go#L2357: 		val := elem.Value.(pipelineRequestEvent)
		pgconn.go#L2407: 		val := elem.Value.(pipelineRequestEvent)
		pgconn.go#L2783: 		p.state.requestEventQueue.PushFront(pipelineRequestEvent{RequestType: pipelineSyncRequest, WasSentToServer: true, BeforeFlushOrSync: true})